-- card: 14974 from stack: in -- bmap block id: 15753 -- flags: 0000 -- background id: 2067 -- name: Example #3 -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=173 top=318 right=339 bottom=212 -- title width / last selected line: 0 -- icon id / first selected line: 19381 / 19381 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp set lockScreen to true go prev card go prev card set lockScreen to false end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=216 top=318 right=339 bottom=255 -- title width / last selected line: 0 -- icon id / first selected line: 22308 / 22308 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go next card end mouseUp